ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntryCollection Class / Remove Method / Remove(Int32[]) Method
Array containing the indices of the entries to remove.

In This Topic
    Remove(Int32[]) Method
    In This Topic
    Removes several entries from the current zip file.
    Syntax
    Public Overloads Sub Remove( _
       ByVal indices() As Integer _
    ) 
    public void Remove( 
       int[] indices
    )

    Parameters

    indices
    Array containing the indices of the entries to remove.
    See Also